Dynamicweb 8 Documentation
DeleteSettingsByDefinitionIDs(IEnumerable<Int32>) Method

A collection of filter definition IDs.
Deletes all settings that belong to any of the given filter definitions and clears the cache afterwards.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteSettingsByDefinitionIDs( _ 
   ByVal ids As IEnumerable(Of Integer) _ 
) 
public static void DeleteSettingsByDefinitionIDs( 
   IEnumerable<int> ids 
)

Parameters

ids
A collection of filter definition IDs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupFilterSetting Class
GroupFilterSetting Members
Overload List

Send Feedback